/*#footer {
    color: #fff;
    font-family: "Shilia 430";
}

#footer .wrapper {
    background-color: #000;
}

#footer .wrapper .container {
    padding: 70px;
    padding-top: 80px;
    padding-bottom: 80px;
}

#footer h4 {
    font-size: 35px;
    color: #cb972e;
}

#footer p {
    font-size: 30px;
    color: #fff;
}

#footer .links {
    margin-top: 80px;
}

#footer .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* margin-top: 40px; */
}
/*
#footer .links ul li a, #footer .links ul li a:hover {
    display: block;
    color: #fff;
    line-height: 2;
    font-size: 30px;
    text-decoration: none;
}

#footer .links ul.social li a {
    font-family: "Times New Roman";
}

#footer .logo {
    margin-top: 50px;
	text-align:center;
}

.container {
	margin: 0 auto;
	padding: 0 !important;
}

@media (min-width: 768px) {
	.container {
		width: 768px !important;
	}
}

.container .row {
	margin: 0 !important;
}*/


.container{
	max-width: 1000px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
    padding:0px;
}
.footer .container{
    -webkit-box-shadow: 0px 0px 20px 0px #f6f6f6;
    -moz-box-shadow: 0px 0px 20px 0px #f6f6f6;
    box-shadow: 0px 0px 20px 0px #f6f6f6;
}
.alt .container{
    -webkit-box-shadow: 0px 0px 20px 0px #f6f6f6;
    -moz-box-shadow: 0px 0px 20px 0px #f6f6f6;
    box-shadow: 0px 0px 20px 0px #f6f6f6;
}
.footer .row{
margin:0px;
}
.alt .row {
	margin:0px;
}
.footer-col p {
    margin-top: 10px;
}
.footer{
	background-color: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
    margin: 30px 0 30px 0;
}
.footer-col{
   /*width: 25%;
   padding: 0 15px;*/

   width: 30%;
   margin-left: 25px;
}
.footer-col h4{
	font-size: 18px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h3{
	font-size: 14px;
    color: #555555;
    text-transform: capitalize;
    margin-bottom: 23px;
    font-weight: 500;
    position: relative;
    margin-top: 4px;
    margin-left: -57px;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
  font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #555555;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #000000;
	padding-left: 8px;
}
.footer-col .social-links a{
 display: inline-block;
    height: 34px;
    width: 36px;
    background-color: #555555bf;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 33px;
    box-sizing: content-box;
    padding-top: 3px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #e91e63;
	background-color: #dedede;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
.footer-col h3 {
 margin-bottom: 0;
    margin-left: 0;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.alt{
	background-color: #f6f6f6;
    padding: 23px 0;
	border-top: 1px solid #dddddd;

    font-family: 'Open Sans', sans-serif;
}

p{
	color:#555555;
	font-size: 15px;
    text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	margin-bottom:0px !important;
}
.icons{
  width: 45px !important;
    height: auto;
	float: left;
}

.text-body{
padding: 11px 25px 59px 25px;
margin-top: 59px;
margin-bottom: 80px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.h1s{
	font-size: 27px;
	color: #000000c7;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}












